home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / bombs8.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-08-06  |  313b  |  11 lines

  1. @echo off
  2. if .%1. == .. goto nocmdline
  3. mkdir %1\bombs
  4. copy progs.dat %1\bombs
  5. copy %1\Id1\config.cfg %1\bombs
  6. echo quake.exe -game bombs > %1\bombs.bat
  7. echo Type bombs from your %1 quake directory to run Bombs4 patch.
  8. goto exit
  9. :nocmdline
  10. echo Format: install.bat full_path_to_your_quake_directory
  11. :exit